|
SCREEN WIDTH
This command will return an integer value of the current screen width.
Return Integer=SCREEN WIDTH()
The screen width
cls
set display mode 800,600,32
set window on
maximize window
wait 1000*8
print "screenwidth "+str$(screen width())
do
loop
end
DISPLAY Commands Menu
Index
|